home *** CD-ROM | disk | FTP | other *** search
- /* LEAVE.AMIRX -- Leave a channel with a message
- \\ written by Oliver Wagner
- //
- \\ Put this script in PROGDIR:rexx/ and add this as an alias with the
- // command: "/alias leave /rx leave %p"
- \\
- */
-
- PARSE ARG ARGS
- OPTIONS RESULTS
-
- if ARGS = "" then do
- "echo P="d2c(27)"b«Error» Usage: LEAVE text"
- exit
- end
-
- 'say 'ARGS
- 'say /!leave'
-